﻿2026-06-28T11:53:49.5841347Z ##[group]Run actions/checkout@v5
2026-06-28T11:53:49.5841571Z with:
2026-06-28T11:53:49.5841716Z   repository: SaberMage/spt-shell-notify
2026-06-28T11:53:49.5841891Z   path: .adapter-notify
2026-06-28T11:53:49.5843684Z   token: ***
2026-06-28T11:53:49.5843811Z   ssh-strict: true
2026-06-28T11:53:49.5843942Z   ssh-user: git
2026-06-28T11:53:49.5844070Z   persist-credentials: true
2026-06-28T11:53:49.5844214Z   clean: true
2026-06-28T11:53:49.5844343Z   sparse-checkout-cone-mode: true
2026-06-28T11:53:49.5844497Z   fetch-depth: 1
2026-06-28T11:53:49.5844618Z   fetch-tags: false
2026-06-28T11:53:49.5844748Z   show-progress: true
2026-06-28T11:53:49.5844874Z   lfs: false
2026-06-28T11:53:49.5844991Z   submodules: false
2026-06-28T11:53:49.5845121Z   set-safe-directory: true
2026-06-28T11:53:49.5845258Z env:
2026-06-28T11:53:49.5845385Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-06-28T11:53:49.5845562Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-06-28T11:53:49.5845714Z ##[endgroup]
2026-06-28T11:53:49.6586858Z Syncing repository: SaberMage/spt-shell-notify
2026-06-28T11:53:49.6593008Z ##[group]Getting Git version info
2026-06-28T11:53:49.6593346Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core\.adapter-notify'
2026-06-28T11:53:49.6925503Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-28T11:53:49.7132907Z git version 2.43.0.windows.1
2026-06-28T11:53:49.7160233Z ##[endgroup]
2026-06-28T11:53:49.7167168Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\09061e7a-a5e9-444d-978c-ebea0e4e2693\.gitconfig'
2026-06-28T11:53:49.7181670Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\09061e7a-a5e9-444d-978c-ebea0e4e2693' before making global git config changes
2026-06-28T11:53:49.7182161Z Adding repository directory to the temporary git global config as a safe directory
2026-06-28T11:53:49.7186968Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-28T11:53:49.7433530Z ##[group]Initializing the repository
2026-06-28T11:53:49.7439605Z [command]"c:\program files\git\cmd\git.exe" init C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-28T11:53:49.7766524Z Initialized empty Git repository in C:/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-28T11:53:49.7791082Z [command]"c:\program files\git\cmd\git.exe" remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-28T11:53:49.8045168Z ##[endgroup]
2026-06-28T11:53:49.8045424Z ##[group]Disabling automatic garbage collection
2026-06-28T11:53:49.8050021Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-28T11:53:49.8287518Z ##[endgroup]
2026-06-28T11:53:49.8287751Z ##[group]Setting up auth
2026-06-28T11:53:49.8294223Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-28T11:53:49.8550053Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-28T11:53:50.2492601Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-28T11:53:50.2727302Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-28T11:53:50.6543850Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-28T11:53:50.6769870Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-28T11:53:51.0485034Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-28T11:53:51.0785530Z ##[endgroup]
2026-06-28T11:53:51.0785908Z ##[group]Determining the default branch
2026-06-28T11:53:51.0787666Z Retrieving the default branch name
2026-06-28T11:53:51.4743327Z Default branch 'main'
2026-06-28T11:53:51.4743797Z ##[endgroup]
2026-06-28T11:53:51.4744024Z ##[group]Fetching the repository
2026-06-28T11:53:51.4750290Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-28T11:53:52.3586277Z From https://github.com/SaberMage/spt-shell-notify
2026-06-28T11:53:52.3586572Z  * [new branch]      main       -> origin/main
2026-06-28T11:53:52.3703023Z ##[endgroup]
2026-06-28T11:53:52.3703257Z ##[group]Determining the checkout info
2026-06-28T11:53:52.3704537Z ##[endgroup]
2026-06-28T11:53:52.3710483Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-28T11:53:52.3962800Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-28T11:53:52.4185148Z ##[group]Checking out the ref
2026-06-28T11:53:52.4189596Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-28T11:53:52.4521910Z branch 'main' set up to track 'origin/main'.
2026-06-28T11:53:52.4522127Z Reset branch 'main'
2026-06-28T11:53:52.4544574Z ##[endgroup]
2026-06-28T11:53:52.4794643Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-28T11:53:52.5002627Z ee2d37eadc730c0019e0af82d683074c509634a2
